home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / texts / dosman121 / man / endif < prev    next >
Text File  |  1995-05-05  |  594b  |  26 lines

  1.  
  2.  
  3.  
  4.              EndIf(V1.3 in C:) (v 2.x/3.x internal)
  5.  
  6.  
  7.  
  8.      NAME
  9.           EndIf - Show end of IF ELSE Conditional.
  10.  
  11.      SYNOPSIS
  12.           EndIf
  13.  
  14.      DESCRIPTION
  15.             This is used to mark the end of a conditional block 
  16.         in a script. Note that in 2.x/3.x this command is 
  17.         builtin.
  18.  
  19.             If the tested condition proves false then all 
  20.         commands after ELSE and before ENDIF are executed. If the 
  21.         tested condition is true, then all commands after the IF 
  22.         and before the ELSE keywords are executed.
  23.  
  24.      SEE ALSO
  25.           IF ELSE Execute
  26.